projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e85b93
)
(Fsignal): Clarify error message.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 4 Jul 1993 04:51:13 +0000
(
04:51
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 4 Jul 1993 04:51:13 +0000
(
04:51
+0000)
src/eval.c
patch
|
blob
|
history
diff --git
a/src/eval.c
b/src/eval.c
index 97245f09c82fe3df8a0e041dd38b469ae99e3cbd..897e543adf40a5f3ddcdfadb716544b1dc1f95f3 100644
(file)
--- a/
src/eval.c
+++ b/
src/eval.c
@@
-1145,7
+1145,7
@@
See also the function `condition-case'.")
if (EQ (sig, Qquit))
return Qnil;
else
-
error ("Returning a value from an error is no longer supported
");
+
error ("Cannot return from the debugger in an error
");
}
#endif